net/http.maskedSig.pat (field)
16 uses
net/http (current package)
sniff.go#L86: pat: []byte("<?xml"),
sniff.go#L95: pat: []byte("\xFE\xFF\x00\x00"),
sniff.go#L100: pat: []byte("\xFF\xFE\x00\x00"),
sniff.go#L105: pat: []byte("\xEF\xBB\xBF\x00"),
sniff.go#L122: pat: []byte("RIFF\x00\x00\x00\x00WEBPVP"),
sniff.go#L133: pat: []byte("FORM\x00\x00\x00\x00AIFF"),
sniff.go#L138: pat: []byte("ID3"),
sniff.go#L143: pat: []byte("OggS\x00"),
sniff.go#L148: pat: []byte("MThd\x00\x00\x00\x06"),
sniff.go#L153: pat: []byte("RIFF\x00\x00\x00\x00AVI "),
sniff.go#L158: pat: []byte("RIFF\x00\x00\x00\x00WAVE"),
sniff.go#L169: pat: []byte("\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00LP"),
sniff.go#L210: mask, pat []byte
sniff.go#L222: if len(m.pat) != len(m.mask) {
sniff.go#L225: if len(data) < len(m.pat) {
sniff.go#L228: for i, pb := range m.pat {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |